home *** CD-ROM | disk | FTP | other *** search
- unit bsPolyglotDemoMdl;
-
- interface
-
- uses
- Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
- Menus, bsPolyglotUn;
-
- type
- TDataModule1 = class(TDataModule)
- pmnu: TPopupMenu;
- Test11: TMenuItem;
- Test21: TMenuItem;
- bsPolyglotTranslator1: TbsPolyglotTranslator;
- PolyglotManager: TbsPolyglotManager;
- bsPolyglotManager1: TbsPolyglotManager;
- private
- { Private declarations }
- public
- { Public declarations }
- end;
-
- var
- DataModule1: TDataModule1;
-
- implementation
-
- {$R *.DFM}
-
- end.
-